You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TDenseMtxVec Class > TDenseMtxVec Methods > Kurtosis Method > TDenseMtxVec.Kurtosis Method ([In] double, [In] double, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TDenseMtxVec.Kurtosis Method ([In] double, [In] double, int, int)

Calculate the kurtosis for elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public double Kurtosis([In] double AMean, [In] double AStdDev, int Index, int Len);

An exception is raised if TMtxVecBase.ConditionCheckConditionCheckis True and array borders are overrun. The AMean and AStdDev passed as parameters must be computed from the same elements (Index, Len) as the Kurtosis itself.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!